home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6848 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  949 b 

  1. Path: news2.near.net!ceylon!sborden
  2. From: sborden@genesis.nred.ma.us (Steve Borden)
  3. Newsgroups: comp.lang.c++
  4. Subject: Smooth animation in Borland C++ ?
  5. Date: 20 Feb 1996 05:04:59 GMT
  6. Organization: Genesis Public Access Unix
  7. Message-ID: <4gbkpr$76p@ceylon.gte.com>
  8. NNTP-Posting-Host: 204.180.76.1
  9.  
  10.  
  11. I'm trying to implement a smooth double-buffered animation routine on the PC
  12. using Borland C++ 3.1.  I've been experimenting with the setactivepage and
  13. setvisualpage functions without much success, mainly because, as far as I can
  14. tell, there isn't any way to flip between screens when the raster reaches
  15. the bottom (or top) of the screen.  Obviously, if the screens switch while
  16. the raster is somewhere mid-screen, there will be flicker.  Can anyone help
  17. me out with this?  Oh, one more thing:  This program has to run under DOS
  18. so I can't use any Windows functions.
  19.  
  20. Any help would be much appreciated,
  21. == Steve Borden
  22.    sborden@genesis.nred.ma.us
  23.